From: Eli Zaretskii Date: Thu, 18 Apr 2024 10:45:22 +0000 (+0300) Subject: ; * lisp/comint.el: Fix wording of last change. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~1867 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d29d4a1d7b07806291b95792a821f8937746a467;p=emacs.git ; * lisp/comint.el: Fix wording of last change. --- diff --git a/lisp/comint.el b/lisp/comint.el index bae89beb76b..e856038b0f7 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -3961,7 +3961,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use." ;;; OSC escape sequences (Operating System Commands) ;;============================================================================ ;; Adding `comint-osc-process-output' to -;; `comint-output-filter-functions' enables the interpreting of OSC +;; `comint-output-filter-functions' enables interpreting of OSC ;; escape sequences. See `ansi-osc-handlers' for a list of OSC ;; sequences which are interpreted by default and information on how to ;; handle new sequences.